Set correct accessible relations for GtkMenuButton
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>
Tue, 14 Sep 2021 12:26:18 +0000 (14:26 +0200)
committerLukáš Tyrychtr <lukastyrychtr@gmail.com>
Tue, 14 Sep 2021 12:26:18 +0000 (14:26 +0200)
commitb664b2d1fd6779cc10b4759bc797f04da41a1146
tree5ece34ec7dae3ad01c8c9476a998c7a3fa30898f
parent2a12a3e6d904225a74f82d02c3b6aadbbd453323
Set correct accessible relations for GtkMenuButton

Up until now, as the focus was moved to the inner button, it was not possible for
assistive technologies to determine the correct labels and descriptions
because developers could set them only for the parent widget.
Now, the proper relations are added so the labels should be picked up properly.

Fixes #4254
gtk/gtkmenubutton.c